home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue38
/
Clinic
/
StopKey3.dpr
< prev
next >
Wrap
Text File
|
1998-07-07
|
220b
|
16 lines
program StopKey3;
uses
Forms,
StpKey3U in 'StpKey3U.pas' {Form1};
{$R *.RES}
begin
{$ifdef Win32}
Application.Initialize;
{$endif}
Application.CreateForm(TForm1, Form1);
Application.Run;
end.